home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-11-02 | 839 b | 28 lines |
- #==============================================================================
- # tests/Makefile
- #------------------------------------------------------------------------------
- # Makefile to run Tcl-SIPP tests.
- #------------------------------------------------------------------------------
- # $Id: Makefile,v 2.0 1992/11/02 03:55:48 markd Rel $
- #==============================================================================
-
- include ../Config.mk
-
- SHELL=/bin/sh
-
- #-----------------------------------------------------------------------------
-
- all:
- @echo "To run tests do a 'make test'"
-
- #-----------------------------------------------------------------------------
-
- test:
- ../tsipp all
-
- #-----------------------------------------------------------------------------
-
- clean:
- rm -f *.rle *.ppm *.pbm core
-
-